Fix bug#5620: recalculate all markers on compilation buffer
authorSam Steingold <sds@gnu.org>
Tue, 23 Mar 2010 18:22:46 +0000 (14:22 -0400)
committerSam Steingold <sds@gnu.org>
Tue, 23 Mar 2010 18:22:46 +0000 (14:22 -0400)
commitee42057aa3b52bed6b0610fe040d8231b0c4267c
treecd5623c9deae929b31f638b275028ea72960278a
parent48a6eb5e6ce0b814f8859a1d73f1c2aed6726e39
Fix bug#5620: recalculate all markers on compilation buffer
modifications, not on file modifications.
(buffer-modtime): New buffer-local variable:
the buffer modification time, for buffers not associated with files.
(compilation-mode): Create it.
(compilation-filter): Update it.
(compilation-next-error-function): Use it instead of
`visited-file-modtime' for timestamp.
lisp/ChangeLog
lisp/progmodes/compile.el